home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / man / cat.1 / frm.1 < prev    next >
Text File  |  1995-07-25  |  7KB  |  199 lines

  1.  
  2.  
  3.  
  4.      FFFFRRRRMMMM((((1111LLLL))))     UUUUSSSSEEEENNNNEEEETTTT CCCCoooommmmmmmmuuuunnnniiiittttyyyy TTTTrrrruuuusssstttt ((((EEEEllllmmmm VVVVeeeerrrrssssiiiioooonnnn 2222....4444))))      FFFFRRRRMMMM((((1111LLLL))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           frm,nfrm - list from and subject of selected messages in
  10.           mailbox or folder
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           ffffrrrrmmmm [----hhhhnnnnQQQQqqqqSSSSttttvvvv] [----ssss _s_t_a_t_u_s] [folder | username] ...
  14.           nnnnffffrrrrmmmm [----hhhhnnnnQQQQqqqqSSSSttttvvvv] [----ssss _s_t_a_t_u_s] [folder | username] ...
  15.  
  16.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  17.           _F_r_m outputs one line per message of the form:
  18.  
  19.           _f_r_o_m [_s_u_b_j_e_c_t]
  20.  
  21.           where _f_r_o_m is the name of the person the message is from,
  22.           and _s_u_b_j_e_c_t is the subject of the message, if present.  If
  23.           the message is from you, the _f_r_o_m portion will read ``To
  24.           user'', where `user' is the user the message was sent to.
  25.           This happens when you receive a copy of a letter you sent.
  26.  
  27.           If a folder is specified, the program reads that folder
  28.           rather than the default mailbox.  If the argument is a
  29.           username then _f_r_m looks in that user's mailbox, provided you
  30.           have permission to read it.
  31.  
  32.           A folder can be specified with the same notation as when
  33.           invoking the EEEEllllmmmm mailer (e.g., =folder).
  34.  
  35.           _F_r_m invoked as _n_f_r_m is identical to invoking ``frm -s new''.
  36.  
  37.      OOOOPPPPTTTTIIIIOOOONNNNSSSS
  38.           The _f_r_m program has the following options:
  39.  
  40.           ----hhhh   Print a brief help message summarizing the options.
  41.  
  42.           ----nnnn   Number the messages using the same numbering scheme
  43.                that, for example, _r_e_a_d_m_s_g will understand.
  44.  
  45.           ----QQQQ   Very quiet mode.  Only error messages are produced.
  46.                This option is useful in shell scripts, where only the
  47.                success or failure of the program is important, and
  48.                output is not desired.
  49.  
  50.           ----qqqq   Quiet mode.  Output only a one-line summary for each
  51.                mailbox or folder specified.
  52.  
  53.           ----SSSS   Summarize the number of messages by message status in
  54.                each mailbox or folder.  If you want just a summary
  55.                line, use this in conjunction with the ----qqqq option.
  56.  
  57.           ----ssss _s_t_a_t_u_s
  58.                Only display headers from messages with the given
  59.                status.  `status' is one of "new", "unread", "old"
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 7/15/95)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      FFFFRRRRMMMM((((1111LLLL))))     UUUUSSSSEEEENNNNEEEETTTT CCCCoooommmmmmmmuuuunnnniiiittttyyyy TTTTrrrruuuusssstttt ((((EEEEllllmmmm VVVVeeeerrrrssssiiiioooonnnn 2222....4444))))      FFFFRRRRMMMM((((1111LLLL))))
  71.  
  72.  
  73.  
  74.                (same as "unread"), or "read".  The ----ssss option can be
  75.                specified multiple times to print header information
  76.                from, for example, only new and unread messages.  It is
  77.                sufficient to specify only the first letter of the
  78.                status.
  79.  
  80.           ----tttt   Tidy mode. If the _f_r_o_m field is long enough to displace
  81.                the subject field from its natural start column, move
  82.                the subject down onto the next line.
  83.  
  84.           ----vvvv   Verbose mode.  Print a descriptive header before
  85.                listing the contents of each mailbox or folder.
  86.  
  87.      EEEEXXXXIIIITTTT SSSSTTTTAAAATTTTUUUUSSSS
  88.           _F_r_m returns a zero status ("true") if messages matching
  89.           `status' are present.  _F_r_m returns 1 if no messages matching
  90.           `status' are present, but there are some messages, returns 2
  91.           if there are no messages at all, or returns 3 if an error
  92.           occurred.  If multiple mailboxes or folders are specified,
  93.           the exit status only applies to the last one examined.  This
  94.           can be used in scripts to determine what kind of mail a user
  95.           has.
  96.  
  97.      EEEEXXXXAAAAMMMMPPPPLLLLEEEESSSS
  98.           Some example uses:
  99.  
  100.                $ ffffrrrrmmmm
  101.  
  102.           will display header information from all the messages in
  103.           your mailbox, or ``You have no mail.'' if there are no
  104.           messages in your incoming mailbox.
  105.  
  106.                $ ffffrrrrmmmm ----ssss nnnneeeewwww
  107.  
  108.           will display header information from all new messages in
  109.           your mailbox, or ``You have no new mail.''  Note the
  110.           slightly different diagnostic.
  111.  
  112.                $ ffffrrrrmmmm ----ssss nnnneeeewwww ----ssss uuuunnnnrrrreeeeaaaadddd gggguuuueeeesssstttt
  113.  
  114.           assuming you have the proper file permissions to read
  115.           guest's mail, will print out header information from all new
  116.           and unread messages in guest's incoming mailbox.  If there
  117.           are no messages, _f_r_m will print ``guest has no mail.''
  118.  
  119.                $ ffffrrrrmmmm ----qqqq ----SSSS
  120.  
  121.           will print only a one line summary of how many read, unread,
  122.           and read messages are in your incoming mailbox.  For
  123.           example, ``You have 2 new messages, 3 unread messages, 23
  124.           read messages.''
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 7/15/95)
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      FFFFRRRRMMMM((((1111LLLL))))     UUUUSSSSEEEENNNNEEEETTTT CCCCoooommmmmmmmuuuunnnniiiittttyyyy TTTTrrrruuuusssstttt ((((EEEEllllmmmm VVVVeeeerrrrssssiiiioooonnnn 2222....4444))))      FFFFRRRRMMMM((((1111LLLL))))
  137.  
  138.  
  139.  
  140.      AAAAUUUUTTTTHHHHOOOORRRR
  141.           Elm Development Group
  142.  
  143.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  144.           readmsg(1L), elm(1L), mail(1), mailx(1)
  145.  
  146.      BBBBUUUUGGGG RRRREEEEPPPPOOOORRRRTTTTSSSS TTTTOOOO
  147.           Syd Weinstein  elm@DSI.COM    (dsinc!elm)
  148.  
  149.      CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTTSSSS
  150.           Copyright 1988-1992 by The USENET Community Trust
  151.           Derived from Elm 2.0,  Copyright 1986, 1987 by Dave Taylor
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.      Page 3                                          (printed 7/15/95)
  196.  
  197.  
  198.  
  199.